RoomUser

data class RoomUser(var userID: String = "", var userName: String = "", var avatarURL: String = "")

Room user info

Overview

Represents basic information of a user in the room.

Constructors

Link copied to clipboard
constructor(userID: String = "", userName: String = "", avatarURL: String = "")

Properties

Link copied to clipboard

User avatar URL.

Link copied to clipboard

User ID.

Link copied to clipboard

User name.